onScrollLimit
Call this when the view has reached the scroll limit.
Note that a feedback may not be provided on every call to this method. This interface, for instance, may provide feedback on every `N`th scroll limit event. For the interface to properly provide feedback when needed, call this method for each scroll limit event that you want to be accounted to scroll limit feedback.
Parameters
the ID of the InputDevice that caused scrolling to hit limit.
the input source of the motion that caused scrolling to hit the limit.
the axis of event
that caused scrolling to hit the limit.
true
if scrolling hit limit at the start of the scrolling list, and false
if the scrolling hit limit at the end of the scrolling list. start and end in this context are not geometrical references. Instead, they refer to the start and end of a scrolling experience. As such, "start" for some views may be at the bottom of a scrolling list, while it may be at the top of scrolling list for others.